home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / blackjack_pay3.swf / scripts / DefineButton2_198 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2006-09-05  |  65 b   |  6 lines

  1. on(release){
  2.    chip1Val++;
  3.    minBet();
  4.    _root.play();
  5. }
  6.